home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global calledFromInd
- set the puppet of sprite 17 to 1
- set the castNum of sprite 17 to the number of cast "Fwd button pressed"
- updateStage()
- startTimer()
- repeat while the timer < 10
- nothing()
- end repeat
- set the castNum of sprite 17 to the number of cast "Fwd button"
- updateStage()
- set the puppet of sprite 17 to 0
- set calledFromInd to "sen"
- go("sight")
- end
-